func time.fmtInt
7 uses
time (current package)
time.go#L303: n := fmtInt(buf, uint64(m))
time.go#L326: n := fmtInt(buf, uint64(d))
time.go#L657: w = fmtInt(buf[:w], u)
time.go#L665: w = fmtInt(buf[:w], u%60)
time.go#L672: w = fmtInt(buf[:w], u%60)
time.go#L680: w = fmtInt(buf[:w], u)
time.go#L719: func fmtInt(buf []byte, v uint64) int {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)